test: Add bin/test helper to invoke specs with mise#2983
Open
sl0thentr0py wants to merge 1 commit into
Open
Conversation
9cb3f25 to
a8c079f
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit a8c079f. Configure here.
9787acb to
f8776fd
Compare
* `./bin/test -l`: list all cells across gems * `./bin/test --gem <gem>`: scope by gem, picks latest cell automatically if not supplied * `./bin/test --cell <cell>`: run a cell's specs under its mise ruby * `./bin/test --cell <cell> -- <spec args>`: forward args to rspec * `./bin/test --cell <cell> --rake`: run `bundle exec rake` like CI * extract shared cell/mise machinery into `bin/lib/matrix.rb` (used by relock and test) * per gem `./bin/test` wrappers that pass through to top level command * rename old rails `bin/test` -> `bin/test_old` * part of: #2961 * part of: RUBY-180 Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Pmtt83HAJyyofGwhRGgcoj
f8776fd to
f66a3cc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

./bin/test -l: list all cells across gems./bin/test --gem <gem>: scope by gem, picks latest cell automatically if not supplied./bin/test --cell <cell>: run a cell's specs under its mise ruby./bin/test --cell <cell> -- <spec args>: forward args to rspec./bin/test --cell <cell> --rake: runbundle exec rakelike CIbin/lib/matrix.rb(used by relock and test)./bin/testwrappers that pass through to top level commandbin/test->bin/test_oldIssues